Package-level declarations

Types

Link copied to clipboard
abstract class BaseService(context: Context) : KoinScopeComponent, CoroutineScope

An abstract class representing a base service.

Link copied to clipboard
abstract class BaseView(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : FrameLayout, KoinScopeComponent, CoroutineScope